home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Capture / Source / English.lproj / Capture.nib / data.classes < prev    next >
Text File  |  1995-06-12  |  534b  |  47 lines

  1. NXLiveVideoView = {
  2.     ACTIONS = {
  3.     start:;
  4.     stop:;
  5.     };
  6.     OUTLETS = {
  7.     delegate;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. Grab20 = {
  12.     ACTIONS = {
  13.     setCount:;
  14.     changeIn:;
  15.     begin:;
  16.     updateWid:;
  17.     updateHori:;
  18.     update:;
  19.     updateVert:;
  20.     updateHei:;
  21.     };
  22.     OUTLETS = {
  23.     y;
  24.     in;
  25.     frameSlider;
  26.     stopWrite;
  27.     stopGrab;
  28.     x;
  29.     startWrite;
  30.     horiSlide;
  31.     vertSlide;
  32.     field;
  33.     height;
  34.     heiSlide;
  35.     open;
  36.     widSlide;
  37.     startGrab;
  38.     width;
  39.     };
  40.     SUPERCLASS = NXLiveVideoView;
  41. };
  42. FirstResponder = {
  43.     ACTIONS = {
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47.